home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Macromedia Multimedia Showcase 6.0
/
Macromedia Multimedia Showcase v6.0 WIN-MAC (XMSH60CD)(Macromedia, Inc.)(1996).iso
/
pc
/
demosoft
/
dirwin
/
data.z
/
ANIMWIZ.DIR
/
00006_Script_TextField
< prev
next >
Wrap
Text File
|
1996-03-15
|
302b
|
18 lines
-- TextField script
property iFieldName
on birth me, theFieldName, theInitialText
set iFieldName = theFieldName
set the text of field iFieldname = theInitialText
return me
end birth
-- Needed to support general validation scheme
on mValidate me
return TRUE
end mValidate